KREDOR Business Object Framework Documentation

SelectFrom<T>.OrderBy Method

Appends the specified ORDER BY clause to the current SelectFrom`1 instance.

Overload List

Appends the specified ORDER BY clause to the current SelectFrom`1 instance.

public SelectFrom<T> OrderBy(params OrderBy[]);

Appends the specified ORDER BY clause to the current SelectFrom`1 instance.

public SelectFrom<T> OrderBy(String);

Appends the specified ORDER BY clause to the current SelectFrom`1 instance.

public SelectFrom<T> OrderBy(String,OrderDirection);

See Also

SelectFrom<T> Class | Kredor.BO Namespace | OrderBy